Evaluate(Object[]) Method
Evaluates the function with the given arguments.
'Declaration
Public Overloads Overrides Function Evaluate( _
ByVal () As Object _
) As Object
'Usage
Dim instance As ZTestFunctionInfo
Dim args() As Object
Dim value As Object
value = instance.Evaluate(args)
Parameters
- args
- Arguments for the function evaluation
Return Value
Result of the function applied to the arguments